JavaScript

A5.ViewBoxfocus Method

Syntax

A5.ViewBox.focus()

Description

Give focus to the A5.ViewBox.

Example

// To get a pointer to the A5.ViewBox class see {dialog.object}.getControl
// assume vbObj is a pointer to an instance of the A5.ViewBox class
vbObj.focus(); // give focus to the view box